home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / misc / hackertest.lha / HackerTestv0.11 next >
Text File  |  1992-11-22  |  22KB  |  1,126 lines

  1. // This is the Question file for the Hacker Test v0.11
  2. // Most of the questions are based on the hacker-test made by Felix Lee,
  3. // John Hayes and Angela Thomas in September 1989. Many thanks to them for
  4. // some funny reading!
  5. // This file contains a bit more than 200 questions, but any person answering
  6. // the questions with the Quest program will probably not answer all of them.
  7. // Read the file Quest.doc for information about how to use the Quest program.
  8. // But you probably score higher by looking at the source code instead..;-)
  9. //
  10. // 1992-06-19  version 0.11  E. Lundevall
  11.  
  12. Initial:
  13. This is the Hacker Test version 0.11, which will test if you are a hacker.
  14. Don't take this too seriously...
  15. Each question will have one possible choice (a number) which you type in
  16. after the prompt 'Answer: '. Some questions will allow multiple choices
  17. where you choose a number of answers.
  18.  
  19. Most people will not answer all questions, since some will only be asked if a
  20. previous question gave a certain answer. You can find out how many questions
  21. are left to answer by typing 'Left' at the answer prompt. If you want to quit
  22. before you are finished, typ 'Quit' at the prompt.
  23. You can have the question displayed again by typing 'Again' at the prompt.
  24. If you are unable to use the program, you will probably not get any good scores
  25. anyway...
  26.  
  27. Have a nice test...
  28. ::::
  29.  
  30. Scores:
  31.    0 -    32 : You are a Computer Illiterate.
  32.   33 -   128 : You are a Complete Beginner.
  33.  129 -   384 : You are a Lamer.
  34.  385 -   768 : You are a User.
  35.  769 -  1024 : You are a Power User.
  36. 1025 -  2048 : You are a Hacker.
  37. 2049 -  4096 : You are a Guru.
  38. 4097 - 65535 : You are a Wizard.
  39. ::::
  40.  
  41. Questions:
  42.  
  43. 1: Do you know what a computer is?
  44. *   0   No          => -1
  45. *   1   Yes         => 2
  46.  
  47. 2: For how long have you used a computer in a single session?
  48. *   0   At most 4 hours
  49. *   5   More than 4 hours
  50. *  10   More than 8 hours
  51. *  20   More than 16 hours
  52. *  30   More than 32 hours
  53. *  40   More than 64 hours
  54.  
  55. 3: Have you ever done any programming?
  56. *   0   No          => 10
  57. *  10   Yes
  58.  
  59. 4: Have you ever missed a class while programming?
  60. *   0   No
  61. *  10   Yes
  62.  
  63. 5: Have you ever missed an examination while programming?
  64. *   0   No
  65. *  20   Yes
  66.  
  67. 6: Have you ever missed a wedding while programming?
  68. *   0   No          => 8
  69. *  20   Yes
  70.  
  71. 7: Have you ever missed your own wedding while programming?
  72. *   0   No
  73. *  40   Yes
  74.  
  75. 8: Have you ever programmed while intoxicated?
  76. *   0   No          => 10
  77. *  10   Yes
  78.  
  79. 9: Did it make sense the next day?
  80. *   0   No
  81. *  20   Yes
  82.  
  83. 10: Have you ever voided the warranty on your equipment?
  84. *   0   No          => 12
  85. *  10   Yes
  86.  
  87. 11: Have you ever soldered on the motherboard of your computer?
  88. *   0   No
  89. *  25   Yes
  90.  
  91. 12: Have you named a computer?
  92. *   0   No
  93. *   5   Yes
  94.  
  95. 13: Have you seen "Tron"?
  96. *   0   No
  97. *   5   Yes
  98.  
  99. 14: Have you seen "WarGames"?
  100. *   0   No
  101. *   5   Yes
  102.  
  103. 15: Do you know how many days old you are?
  104. *   0   No
  105. *  15   Yes
  106.  
  107. 16: Have you ever written a flight simulator?
  108. *   0   No
  109. *  30   Yes
  110.  
  111. 17: Have you played Hack?
  112. *   0   No
  113. *  10   Yes
  114.  
  115. 18: Ever change the value of 4?
  116. *   0   No          => 21
  117. *   5   Yes
  118.  
  119. 19: ...intentionally?
  120. *   0  No
  121. *   10   Yes
  122.  
  123. 20: ...and in any other language than Fortran?
  124. *   0   No
  125. *   10  Yes
  126.  
  127. 21: Do you complain when a "feature" you use gets fixed?
  128. *   0   No
  129. *   5   Yes
  130.  
  131. 22: Have you ever wanted to download pizza?
  132. *   0   No
  133. *   10  Yes
  134.  
  135. 23: Have you ever invented a computer joke?
  136. *   0   No
  137. *   10  Yes
  138. *   20  Yes, and some people did not get it
  139.  
  140. 24: Do you know what K&R is?
  141. *   0   No      => 26
  142. *  10   Yes
  143.  
  144. 25: Do you what the contents of page 49 (original K&R) is?
  145. *   0   No
  146. *   10  Yes
  147.  
  148. 26: Do you know what ASCII and EBCDIC stands for?
  149. *   0   No
  150. *   10  Only ASCII
  151. *   15  Only EBCDIC
  152. *   25  Yeah, both of them
  153.  
  154. 27: Can you read and write ASCII in hex or octal?
  155. *   0   No
  156. *   15  Yes
  157.  
  158. 28: Do you know the names of all the ASCII control codes?
  159. *   0   No
  160. *   25  Yes
  161.  
  162. 29: Can you read and write EBCDIC in hex?
  163. *   0   No
  164. *   15  Yes
  165.  
  166. 30: Can you convert from EBCDIC to ASCII and vice versa?
  167. *   0   No
  168. *   20  Yes
  169.  
  170. 31: Do you know what characters are the same in both ASCII and EBCDIC?
  171. *   0   No
  172. *   20  Yes
  173.  
  174. 32: Do you know maxint on your system?
  175. *   0   No
  176. *   10  Yes
  177. *   -5  What is maxint?
  178.  
  179. 33: Ever defined your own numerical type to get better precision?
  180. *   0   No
  181. *  20   Yes
  182.  
  183. 34: Can you name powers of two in arbitrary order?
  184. *   0   No
  185. *   5   Yes, up to 2^8
  186. *  10   Yes, up to 2^16
  187. *  15   Yes, up to 2^24
  188. *  20   Yes, up to 2^32
  189. *  30   Yes, up to 2^48
  190. *  40   Yes, up to 2^64
  191.  
  192. 35: Have you ever used program overlays?
  193. *   0   No
  194. *  10   Yes
  195.  
  196. 36: Have you ever patched binary code?
  197. *   0   No
  198. *  10   Yes
  199. *  25   Yes, while the program was running
  200.  
  201. 37: Can you read a punched card, looking at the holes?
  202. *   0   No              => 39
  203. *  10   Yes
  204. *  -5   Punched card?   => 39
  205.  
  206. 38: Can you read a punched card, feeling the holes?
  207. *   0   No
  208. *  15   yes
  209.  
  210. 39: Have you ever digitized a picture?
  211. *   0   No
  212. *   5   Yes
  213.  
  214. 40: Have you ever taken a picture of a CRT?
  215. *   0   No
  216. *  10   Yes
  217.  
  218. 41: Have you ever played a videotape on your CRT?
  219. *   0   No
  220. *  10   Yes
  221.  
  222. 42: Did you ever forget to mount a scratch monkey?
  223. *   5   No
  224. *  15   Yes
  225. *   0   What? Scratch monkey?
  226.  
  227. 43: Have you ever optimized an idle loop?
  228. *   0   No
  229. *  10   Yes
  230.  
  231. 44: Did you ever optimize a bubble sort?
  232. *   0   No
  233. *   5   Yes
  234. *  10   Replaced it with a better sorting algorithm
  235.  
  236. 45: Does your terminal/computer talk to you?
  237. *   0   No
  238. *  10   Yes
  239.  
  240. 46: Have you ever talked into an acoustic modem?
  241. *   0   No          => 48
  242. *  10   Yes
  243.  
  244. 47: ...did it answer?
  245. *   0   No
  246. *  15   Yes
  247.  
  248. 48: Can you whistle...
  249. *   0   No
  250. *   2   Yes
  251. *  10   ... in 300 baud?
  252. *  15   ... in 1200 baud?
  253. *  25   ... in both 300 & 1200 baud?
  254. *  -5   What is baud?
  255.  
  256. 49: Can you whistle a telephone number?
  257. *   0   No
  258. *  15   Yes
  259.  
  260. 50: Have you ever received a Fax or a photocopy of a floppy?
  261. *   0   No
  262. *   1   Yes
  263.  
  264. 51: Have you ever shown a novice the "any" key?
  265. *   0   No          => 53
  266. *  10   Yes
  267.  
  268. 52: ... was it the power switch?
  269. *   0   No
  270. *  10   Yes
  271.  
  272. 53: Have you ever participated in a standards group?
  273. *   0   No
  274. *  15   Yes
  275.  
  276. 54: Have you ever debugged machine code over the telephone?
  277. *   0   No
  278. *  15   Yes
  279.  
  280. 55: Can you convert hex to octal in your head?
  281. *   0   No
  282. *  10   Yes
  283.  
  284. 56: Can you convert postfix to prefix in your head?
  285. *   0   No
  286. *  10   Yes
  287.  
  288. 57:* Do you know what the following stand for?
  289. *   10  DASD
  290. *   10  Emacs
  291. *   10  ITS
  292. *   10  SNA
  293. *   10  SANA
  294. *   10  TCP/IP
  295. *   10  Spool
  296. *   10  RSTS/E
  297. *   0   I know nothing, I'm from Barcelona...
  298.  
  299. 58: Can you build a Puffer Train?
  300. *   0   No
  301. *  10   Yes
  302.  
  303. 59: Do you know what a Puffer Train is?
  304. *   0   No
  305. *  10   Yes
  306.  
  307. 60:* Can you play music on your...
  308. *   10  ... printer?
  309. *   10  ... disk drive?
  310. *   10  ... tape drive?
  311. *   0   None of the above
  312.  
  313. 61: Have you debugged a program with a radio?
  314. *   0   No
  315. *  15   Yes
  316.  
  317. 62: Have you witnessed a disk crash?
  318. *   0   No
  319. *   5   Yes
  320.  
  321. 63:* Do you know what the following abbreviations stands for?
  322. *   5   RTFM
  323. *   5   FYI
  324. *   5   BTW
  325. *   5   IMHO
  326. *   5   sic
  327. *   5   TANSTAAFL
  328. *   5   HHGTTG
  329. *   -20 GOIDWDDWS
  330. *   0   I know nothing, I'm from Barcelona...
  331.  
  332. 64: Have you ever made a line printer picture?
  333. *   2   No      => 66
  334. *  10   Yes
  335. *   0   What is a line printer picture?     => 66
  336.  
  337. 65:* Do you have a line printer picture of...
  338. *   5   ... the Mona Lisa?
  339. *   5   ... the Enterprise?
  340. *   5   ... Einstein?
  341. *   5   ... Oliver?
  342. *   5   ... Snoopy?
  343. *   0   None of the above
  344.  
  345. 66: Fill the rest of the expression in: Allan tar kakan ... (Swedish question)
  346. *   0   ... av LasseGurra Aktersnurra
  347. *   0   ... via NFS
  348. *  10   ... i 9600 baud
  349. *   0   ... ifrån kakburken
  350. *   0   ... med grep
  351. *   0   Huh? I do not understand the question.
  352.  
  353. 67:* Have you ever used ...
  354. *   10   ... TPU?
  355. *   10   ... TECO?
  356. *   10   ... Emacs?
  357. *   10   ... ed?
  358. *   10   ... edit?
  359. *   10   ... edlin?
  360. *   10   ... vi?
  361. *   10   ... Xedit (in VM/CMS)?
  362. *   10   ... SOS?
  363. *   10   ... EDT?
  364. *   10   ... Wordstar?
  365. *   0   None of the above
  366.  
  367. 68:* Have you ever programmed in...
  368. *   15  The X Window system
  369. *   15  CICS
  370. *   0   None of the above
  371.  
  372. 69:* Have you ever attended...
  373. *   15   ... Usenix?
  374. *   15   ... DECUS?
  375. *   15   ... SHARE?
  376. *   15   ... SIGGRAPH?
  377. *   15   ... NetCon?
  378. *   15   ... DevCon?
  379. *   0   None of the above
  380.  
  381. 70: Have you ever seen voice mail?
  382. *   0   No      => 72
  383. *  10   Yes
  384.  
  385. 71: ... can you read it?
  386. *   0   No
  387. *  10   Yes
  388.  
  389. 72: Have you ever programmed naked?
  390. *   0   No
  391. *   10  Yes
  392.  
  393. 73: Do you know what Amiga ECS is?
  394. *   0   No  => 75
  395. *   5   Yes
  396.  
  397. 74: Do you know the use of the word at offset $07C?
  398. *   0   No
  399. *   10  Yes
  400.  
  401. 75: Do you solve word puzzles with an on-line dictionary?
  402. *   0   No
  403. *  10   Yes
  404.  
  405. 76: Ever drop a card deck?
  406. *   0   No  => 79
  407. *   5   Yes
  408.  
  409. 77: ... Did you successfully put it back together?
  410. *   0   No  => 79
  411. *  10   Yes
  412.  
  413. 78: ... Without looking?
  414. *   0   No
  415. *  15   Yes
  416.  
  417. 79: Have you ever received a case of beer with your computer?
  418. *   0   No
  419. *  10   Yes
  420.  
  421. 80: Does your computer come in 'designer' colors?
  422. *   10  No
  423. *   0   Yes
  424.  
  425. 81: Ever mask a NMI?
  426. *   0   No
  427. *  15   Yes
  428.  
  429. 82: Do you have any defunct documentation?
  430. *   0   No      => 84
  431. *  10   Yes
  432.  
  433. 83: ... do you still read it?
  434. *   0   No
  435. *  10   Yes
  436.  
  437. 84:* Do you own...
  438. *   5   ... a modem?
  439. *  10   ... a terminal?
  440. *  10   ... a toy computer?
  441. *  10   ... a personal computer?
  442. *  15   ... a minicomputer?
  443. *  25   ... a mainframe?
  444. *  35   ... a supercomputer?
  445. *  35   ... a hypercube?
  446. *   5   ... a printer?
  447. *  15   ... a laser printer?
  448. *  15   ... a tape drive?
  449. *   5   ... a sampler?
  450. *  10   ... a digitizer?
  451. *  15   ... a scanner?
  452. *  10   ... an outmoded peripheral device?
  453. *   0   None of the above
  454.  
  455. 85: Ever reverse-engineer or decompile a program?
  456. *   0   No          => 87
  457. *  10   Yes
  458.  
  459. 86: ... did you find bugs in it?
  460. *   0   No
  461. *  15   Yes
  462.  
  463. 87: Ever help the person behind the counter with their terminal/computer?
  464. *   0   No
  465. *  10   Yes
  466.  
  467. 88: Ever thrown a computer from more than two stories high?
  468. *   0   No
  469. *  10   Yes
  470.  
  471. 89: Ever blown up a computer?
  472. *   0   No
  473. *  10   Yes
  474.  
  475. 90:* Are you active on...
  476. *   10  ... FidoNet?
  477. *   10  ... Usenet?
  478. *   10  ... Z-Net?
  479. *   0   None of the above
  480.  
  481. 91: Ever patched a bug the vendor does not acknowledge?
  482. *   0   No
  483. *  10   Yes
  484.  
  485. 92: Ever fix a hardware problem in software?
  486. *   0   No
  487. *  10   Yes
  488.  
  489. 93: Ever fix a software problem in hardware?
  490. *   0   No
  491. *  15   Yes
  492.  
  493. 94: Ever belong to a user/support group?
  494. *   0   No      => 96
  495. *   5   Yes
  496.  
  497. 95: Have you ever started a user group?
  498. *   0   No
  499. *  10   Yes
  500.  
  501. 96: Ever had your activities mentioned in the newspaper?
  502. *   0   No          => 98
  503. *  10   Yes
  504.  
  505. 97: ... did you get away with it?
  506. *   0   No
  507. *  10   Yes
  508.  
  509. 98: Ever write comments in a non-native language?
  510. *   0   No
  511. *  10   Yes
  512.  
  513. 99: Ever physically destroy equipment from software?
  514. *   0   No
  515. *  15   Yes
  516.  
  517. 100: Do you take listings with you to lunch?
  518. *   0   No      => 103
  519. *  10   Yes
  520.  
  521. 101: ... to bed?
  522. *   0   No      => 103
  523. *  10   Yes
  524.  
  525. 102: ...with another person in the bed?
  526. *   0   No
  527. *  10   Yes
  528.  
  529. 103: Ever patched a microcode bug?
  530. *   0   No      => 105
  531. *  10   Yes
  532.  
  533. 104: Ever patched around a microcode bug?
  534. *   0   No
  535. *  15   Yes
  536.  
  537. 105: Can you program a Turing machine?
  538. *   0   No
  539. *  10   Yes
  540.  
  541. 106: Have you ever starved while dining with philosophers?
  542. *   0   No
  543. *  10   Yes
  544.  
  545. 107: Ever deadlock trying eating spaghetti?
  546. *   0   No
  547. *  10   Yes
  548.  
  549. 108: Have you ever solved the halting problem?
  550. *   0   No      => 110
  551. *  10   Yes
  552.  
  553. 109: ... correctly?
  554. *   0   No
  555. *  10   Yes
  556.  
  557. 110: Ever written a self-reproducing program?
  558. *   0   No
  559. *  10   Yes
  560.  
  561. 111: Ever swapped out the swapper?
  562. *   0   No
  563. *  10   yes
  564.  
  565. 112: Ever been asked for a cookie?
  566. *   0   No
  567. *   5   Yes
  568.  
  569. 113: Ever create an unkillable program?
  570. *   0   No      => 115
  571. *  10   Yes
  572.  
  573. 114: ...intentionally?
  574. *   0   No
  575. *  15   Yes
  576.  
  577. 115: Ever speed up a system by removing a jumper?
  578. *   0   No
  579. *  10   Yes
  580.  
  581. 116: Do you know Gray Code?
  582. *   0   No
  583. *  10   Yes
  584.  
  585. 117: Do you know the difference between DTE and DCE?
  586. *   0   No
  587. *  10   Yes
  588.  
  589. 118: Do you know the RS-232C pinout?
  590. *   0   No      => 120
  591. *  15   Yes
  592.  
  593. 119: ... Can you wire a connector without looking?
  594. *   0   No
  595. *  20   Yes
  596.  
  597. 120: Do you have a copy of Dec Wars?
  598. *   0   No
  599. *  10   Yes
  600.  
  601. 121: Do you have the Canonical Collection of Lightbulb Jokes?
  602. *   0   No
  603. *  10   Yes
  604.  
  605. 122: Do you have a copy of the Hacker's dictionary?
  606. *   0   No      => 124
  607. *  10   Yes
  608.  
  609. 123: ... Did you contribute to it?
  610. *   0   No
  611. *  15   Yes
  612.  
  613. 124: Do you have a flowchart template?
  614. *   0   No      => 126
  615. *   5   Yes
  616.  
  617. 125: Is it unused?
  618. *   0   No
  619. *  10   Yes
  620.  
  621. 126: Do you have your own fortune-cookie file?
  622. *   0   No
  623. *  10   yes
  624.  
  625. 127: Do you have the Anarchist's Cookbook?
  626. *   0   No      => 129
  627. *  10   Yes
  628.  
  629. 128: ... Ever make anything from it?
  630. *   0   No
  631. *  10   Yes
  632.  
  633. 129: Do you have a programmable calculator?
  634. *   0   No      => 131
  635. *  10   Yes
  636.  
  637. 130: ... is it RPN?
  638. *   0   No
  639. *  10   Yes
  640. *  -5   RPN?
  641.  
  642. 131: Have you ever owned more than...
  643. *    5  ... 1 computer?
  644. *   10  ... 2 computers?
  645. *   20  ... 4 computers?
  646. *   30  ... 8 computers?
  647. *   40  ... 16 computers?
  648. *   0   None of the above
  649.  
  650. 132: Do you have a separate phone line for your terminal/computer?
  651. *   0   No          => 134
  652. *  10   Yes
  653.  
  654. 133: ...is it legal?
  655. *   10  No
  656. *    0  Yes
  657.  
  658. 134: Do you have an optical disk/disk drive?
  659. *   0   No
  660. *  10   Yes
  661.  
  662. 135: Do you use more than...
  663. *   10  ... 16 megabytes of harddisk space?
  664. *   20  ... 64 megabytes of harddisk space?
  665. *   30  ... 256 megabytes of harddisk space?
  666. *   50  ... 1 gigabyte of harddisk space?
  667. *   60  ... 4 gigabytes of harddisk space?
  668. *   70  ... 64 gigabytes of harddisk space?
  669. *   80  ... 1 terabyte of harddisk sapce?
  670. *   0   None of the above
  671.  
  672.  
  673. 136: Do you have a personal magnetic tape library?
  674. *   0   No          => 138
  675. *  10   Yes
  676.  
  677. 137: ... is it unlabelled?
  678. *   0   No
  679. *  10   Yes
  680.  
  681. 138: Do you own more than...
  682. *   5   ... 16 floppy disks?
  683. *   10   ... 64 floppy disks?
  684. *   20   ... 256 floppy disks?
  685. *   30   ... 1024 floppy disks?
  686. *   40   ... 4096 floppy disks?
  687. *   0   None of the above
  688.  
  689.  
  690. 139: Do you have any 8-inch disks?
  691. *   0   No
  692. *  10   Yes
  693.  
  694. 140: Do you have a TTL handbook?
  695. *   0   No
  696. *  10   Yes
  697.  
  698. 141: Do you have printouts more than three years old?
  699. *   0   No
  700. *  10   Yes
  701.  
  702. 142: Do you have a job?
  703. *   0   No
  704. *  10   Yes     => 144
  705.  
  706. 143: Have you ever had a job?
  707. *    5  No      => 148
  708. *   10  Yes
  709.  
  710. 144: ... computer related?
  711. *   0   No
  712. *  10   Yes
  713.  
  714. 145: Have you ever been a system administrator?
  715. *   0   No
  716. *  10   Yes
  717.  
  718. 146: Do you have more megabytes than megabucks?
  719. *   0   No
  720. *  10   Yes
  721.  
  722. 147: Have you ever downgraded your job to upgrade your processing power?
  723. *   0   No
  724. *  10   Yes
  725.  
  726. 148: Have you ever had a security clearance?
  727. *   0   No
  728. *  15   Yes
  729.  
  730. 149: Do you work irregular hours?
  731. *   0   No
  732. *  10   Yes
  733.  
  734. 150: Have you ever solved Adventure?
  735. *   0   No
  736. *  10   Yes
  737.  
  738. 151: Have you ever solved Zork?
  739. *   0   No
  740. *  10   Yes
  741.  
  742. 152: Can you out-doctor Eliza?
  743. *   0   No
  744. *   10  Yes
  745.  
  746. 153: Have you ever written any redcode?
  747. *   0   No
  748. *  10   Yes
  749.  
  750. 154:* Have you ever written...
  751. *   15   ... an adventure game?
  752. *   15   ... a real-time game?
  753. *   15   ... a multi-player game?
  754. *   15   ... a networked game?
  755. *   0   None of the above
  756.  
  757. 155: Have you ever etched a printed circuit board?
  758. *   0   No
  759. *  10   Yes
  760.  
  761.  
  762. 156: Have you ever used a light pen?
  763. *   0   No      => 158
  764. *  10   Yes
  765.  
  766. 157: ... did you build it?
  767. *   0   No
  768. *  10   yes
  769.  
  770. 158:* Have you ever used...
  771. *   10   ... a teletype?
  772. *   10   ... a paper tape?
  773. *   10   ... a decwriter?
  774. *   10   ... a card reader/punch?
  775. *   10   ... a SOL?
  776. *   0   None of the above
  777.  
  778. 159:* Have you ever built...
  779. *   15   ... an Altair?
  780. *   15   ... a Heath/Zenith computer?
  781. *   0   None of the above
  782.  
  783. 160: Do you know how to use...
  784. *   10  ... an oscilliscope?
  785. *   10  ... a voltmeter?
  786. *   10  ... a frequency counter?
  787. *   10  ... a logic probe?
  788. *   10  ... a wirewrap tool?
  789. *   10  ... a soldering iron?
  790. *   10  ... a logic analyzer?
  791. *   0   None of the above
  792.  
  793. 161: Have you ever designed an LSI chip?
  794. *   0   No      => 163
  795. *  15   Yes
  796.  
  797. 162: ... has it been fabricated?
  798. *   0   No
  799. *  25   Yes
  800.  
  801. 163: Can you program an Eniac?
  802. *   0   No
  803. *  20   Yes
  804.  
  805. 164: Have you ever toggled in boot code on the front panel?
  806. *   0   No          => 166
  807. *  20   Yes
  808.  
  809. 165: ...from memory?
  810. *   0   No
  811. *  30   Yes
  812.  
  813. 166: Do you recite IBM part numbers in your sleep?
  814. *   0   No
  815. *  15   Yes
  816.  
  817. 167: Do you know what IBM part number 7320154 is?
  818. *   0   No
  819. *  25   Yes
  820.  
  821. 168: Can you sing something from the IBM Songbook?
  822. *   0   No
  823. *   5   Yes
  824.  
  825. 169: Do you know more than...
  826. *   10  ... 1 programming language?
  827. *   15  ... 2 programming languages?
  828. *   20  ... 4 programming languages?
  829. *   30  ... 8 programming languages?
  830. *   50  ... 16 programming languages?
  831. *   80  ... 32 programming languages?
  832. *   0   None of the above
  833.  
  834.  
  835. 170: Have you ever designed a programming language?
  836. *   0   No
  837. *  40   Yes
  838.  
  839. 171: Can you program in Basic?
  840. *   5   No      => 173
  841. *   5   Yes
  842.  
  843. 172: ... do you admit it?
  844. *   10  No
  845. *   1   Yes
  846.  
  847. 173: Can you program in assembler on...
  848. *   0   ... no machine?
  849. *   5   ... 1 machine?
  850. *   10  ... 2 different machines?
  851. *   20  ... 4 different machines?
  852. *   35  ... 8 different machines?
  853.  
  854. 174:* Do you know...
  855. *   10  ... APL?
  856. *   10  ... Ada?
  857. *   10  ... BCPL?
  858. *   10  ... C++?
  859. *   10  ... C?
  860. *   10  ... Cobol?
  861. *   10  ... Comal?
  862. *   10  ... Eiffel?
  863. *   10  ... Forth?
  864. *   10  ... Fortran?
  865. *   10  ... Hypertalk?
  866. *   10  ... Icon?
  867. *   10  ... Lisp/Scheme?
  868. *   10  ... Logo?
  869. *   10  ... MIIS?
  870. *   10  ... Modula-2?
  871. *   10  ... Modula-3?
  872. *   0   None of the above
  873.  
  874.  
  875. 175: Do you also know...
  876. *   10  ... MUMPS?
  877. *   10  ... Oberon?
  878. *   10  ... Pascal?
  879. *   10  ... PL/I?
  880. *   10  ... Pilot?
  881. *   10  ... Plato?
  882. *   10  ... PostScript?
  883. *   10  ... Prolog?
  884. *   10  ... RPG?
  885. *   10  ... Rexx (or ARexx)?
  886. *   10  ... SETL?
  887. *   10  ... Smalltalk?
  888. *   10  ... Snobol?
  889. *   10  ... VHDL?
  890. *   10  ... any assembly language?
  891. *   0   None of the above
  892.  
  893.  
  894. 176: Ever copy a copy-protected disk?
  895. *   0   No
  896. *   5   Yes
  897.  
  898. 177: Have you ever created a copy-protection scheme?
  899. *   0   No
  900. *  15   Yes
  901.  
  902. 178: Have you ever made a "flippy" disk?
  903. *   0   No
  904. *   5   Yes
  905.  
  906. 179: Have you ever recovered data from a damaged disk?
  907. *   0   No          => 181
  908. *   5   Yes
  909.  
  910. 180: ...with a disk editor?
  911. *   0   No
  912. *  15   Yes
  913.  
  914. 181: Can you decode MFM data in your head?
  915. *   0   No
  916. *   15  yes
  917.  
  918. 182:* Can you use...
  919. *   8   ... AmigaOS?
  920. *   8   ... BSD Unix?
  921. *   8   ... non-BSD Unix?
  922. *   8   ... AIX
  923. *   8   ... VM/CMS?
  924. *   8   ... VMS?
  925. *   8   ... MVS?
  926. *   8   ... VSE?
  927. *   8   ... RSTS/E?
  928. *   8   ... CP/M?
  929. *   8   ... COS?
  930. *   8   ... NOS?
  931. *   8   ... CP-67?
  932. *   8   ... RT-11?
  933. *   8   ... MS-DOS?
  934. *   8   ... Finder?
  935. *   0   None of the above
  936.  
  937. 183:* Can you also use...
  938. *   8   ... OS/2?
  939. *   8   ... PRODOS?
  940. *   8   ... more than one OS for the TRS-80?
  941. *   8   ... Tops-10?
  942. *   8   ... Tops-20?
  943. *   8   ... OS-9?
  944. *   8   ... AOS/VS?
  945. *   8   ... Multics?
  946. *   8   ... ITS?
  947. *   8   ... Vulcan?
  948. *   0   None of the above
  949.  
  950. 184: Have you ever found an operating system bug?
  951. *   0   No      => 188
  952. *   5   Yes
  953.  
  954. 185: ... Did you exploit it?
  955. *   0   No
  956. *  10   Yes
  957.  
  958. 186: ... Did you report it?
  959. *   0   No     => 188
  960. *  10   Yes
  961.  
  962. 187: ... Was your report ignored?
  963. *   15  No
  964. *   5   Yes
  965.  
  966. 188: Have you ever crashed a machine?
  967. *   0   No      => 190
  968. *   2   Yes
  969.  
  970. 189: ...intentionally?
  971. *   0   No
  972. *   10  Yes
  973.  
  974. 190: Do you know any people?
  975. *   0   No      => 193
  976. *   1   Yes
  977.  
  978. 191: ... more than two people?
  979. *   0   No      => 193
  980. *   5   Yes
  981.  
  982. 192: ... do they admit it?
  983. *   0   No
  984. *   5   Yes
  985.  
  986. 193: Can you write a Fortran compiler?
  987. *   0   No      => 195
  988. *  20   yes
  989.  
  990. 194: ... in Teco?
  991. *   0   No
  992. *  30   Yes
  993.  
  994. 195: Can you read a machine dump?
  995. *   0   No
  996. *  15   Yes
  997.  
  998. 196: Can you disassemble code in your head?
  999. *   0   No
  1000. *  15   Yes
  1001.  
  1002. 197:* Have you written...
  1003. *   20   ... a compiler?
  1004. *   30   ... an operating system?
  1005. *   15   ... a device driver?
  1006. *   15   ... a text processor?
  1007. *   5   ... a display hack?
  1008. *   25   ... a database system?
  1009. *   25   ... an expert system?
  1010. *   15   ... an edge detector?
  1011. *   35   ... a real-time control system?
  1012. *   25   ... an accounting package?
  1013. *   10   ... a virus?
  1014. *   15   ... a prophylactic?
  1015. *   0   None of the above
  1016.  
  1017.  
  1018. 198: Have you ever written a biorhythm program?
  1019. *   0   No      => 201
  1020. *   5   Yes
  1021.  
  1022. 199: ... Did you sell the output?
  1023. *   0   No      => 201
  1024. *  10   Yes
  1025.  
  1026. 200: ... Was the output arbitrarily invented?
  1027. *   0   No
  1028. *  10   Yes
  1029.  
  1030. 201: Have read the source code to the Quest program?
  1031. *   0   No      => 203
  1032. *   5   Yes
  1033.  
  1034. 202: ... Have you improved it?
  1035. *   0   No
  1036. *  10   Yes
  1037. *  15   Rewrote it in assembler
  1038.  
  1039. 203: Have you ever written self-modifying code?
  1040. *   0   No
  1041. *  10   Yes
  1042.  
  1043. 204: Did you ever write a program that ran correctly the first time?
  1044. *   0   No          => 208
  1045. *  10   Yes
  1046.  
  1047. 205: ... Was it longer than...
  1048. *   2   ... 1 line?
  1049. *   5   ... 20 lines?
  1050. *   15   ... 100 lines?
  1051. *   35   ... 1000 lines?
  1052. *   75   ... 5000 lines?
  1053.  
  1054. 206: ... Was it in assembly language?
  1055. *   0   No
  1056. *   45  Yes
  1057.  
  1058. 207: ... Did it work the second time?
  1059. *   -10   No
  1060. *   20  Yes
  1061.  
  1062. 208: Ever submit an entry to the Obfuscated C code contest?
  1063. *   0   No      => 211
  1064. *  10   Yes
  1065.  
  1066. 209: ... Did it win?
  1067. *   0   No
  1068. *  20   Yes
  1069.  
  1070. 210: ... Did your entry inspire a new rule?
  1071. *   0   No
  1072. *  30   Yes
  1073.  
  1074.  
  1075. 211: Do you use MS-DOS?
  1076. *   10  No
  1077. *   0   Yes
  1078.  
  1079. 212: Do you like MS-DOS?
  1080. *   10  No
  1081. *   -10 Yes
  1082.  
  1083. 213: Have you ever written a Lisp interpreter?
  1084. *   0   No  => 215
  1085. *   5   Yes
  1086.  
  1087. 214: ... in any other language than Lisp?
  1088. *   0   No
  1089. *   10  Yes
  1090.  
  1091. 215: Have you read Neuromancer?
  1092. *   0   No      => 217
  1093. *   5   Yes
  1094.  
  1095. 216: Would you like to be a cyberjockey?
  1096. *   0   No
  1097. *   5   Yes
  1098.  
  1099. 217: Have you ever written a recursive program?
  1100. *   0   No      => 219
  1101. *   2   Yes
  1102.  
  1103. 218: ... in Fortran (not Fortran-90)?
  1104. *   0   No
  1105. *   15  Yes
  1106.  
  1107. 219: Do you know the answer to the question about Life, Universe & Everything?
  1108. *   0   No
  1109. *   5   Yes
  1110.  
  1111. 220: Do you know what GNU stands for?
  1112. *   -5  No      => 222
  1113. *   5   Yes
  1114.  
  1115. 221: Have you ever released any software under the GNU Software License?
  1116. *   0   No
  1117. *   10  Yes
  1118.  
  1119. 222: Have you ever tried to improve your score in the Hacker Test?
  1120. *   0   No  => -1
  1121. *  10   Yes => -1
  1122. ::::
  1123.  
  1124.  
  1125.  
  1126.